home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / wxmdm108.zip / WXMODEM.DOC < prev    next >
Text File  |  1992-11-02  |  3KB  |  76 lines

  1.  
  2.                          WXMODEM 1.08 Nov 1992
  3.                          ---------------------
  4.  
  5.   This driver is intended to replace the WXModem.COM version 0.9
  6.   which is the only driver I have ever been able to find!
  7.  
  8.   This version has only two parameters:
  9.  
  10.      1. Way+Port Number.
  11.  
  12.      2. [drv][path]<filename.ext>.
  13.  
  14.   Calling WXMODEM without parameters will display a help screen.
  15.  
  16.   It will attempt WxModem transfer and that failing try to go with
  17.   XMODEM-CRC and then fall back to try XMODEM-CSUM.
  18.  
  19.   This version has been optimized and compiled with Turbo Pascal 6.0!
  20.   A version compiled with StonyBrook PASCAL+ 6.0i is included and
  21.   named swxmodem.exe.
  22.  
  23.   I hereby claim Copyright (c)1991,1992 by L.B. Neal on substantive
  24.   improvements over the original code as written by Scott Murphy and
  25.   Peter Boswell.
  26.  
  27.   This program is NOT public domain, however permission is granted
  28.   for personal use without registration.  Use in a commercial, for-profit
  29.   or government situation requires a negotiated nominal license fee.
  30.  
  31.   Donations to encourge me to continue improving this program will be
  32.   gladly accepted.
  33.  
  34.   I welcome comments, suggestions and application reports.
  35.  
  36.   WXMODEM.EXE requires about 64k available to run in. Error information
  37.   will be written to the file WXMODEM.ERR.
  38.  
  39.   The driver supports COM1 thru COM4 on PC/XT/AT type machines. Direct
  40.   screenwrites are used for maximum speed.  Baud rates thru 9600 work great.
  41.  
  42.   The port is assumed to be initialized and as such the driver probably
  43.   will not work stand alone from DOS.
  44.  
  45.   An interrupt driven receive buffer is utilized for fast transfers
  46.   without losing characters.  It is set at 4096 bytes as provided.
  47.  
  48.   I have included WXR.BAT and WXS.BAT which are examples of how to
  49.   call WXMODEM 1.00+ via a batch file.  The provided files are setup
  50.   for Telix 3.15+ and QMODEM standards and thus probably will need some
  51.   modification to use with other comm programs.
  52.  
  53.  
  54.                             NOTICE
  55.                             ------
  56.  
  57.    The CRC calculation procedure in this program is based on the
  58.    work of Check Forsberg(DSZ), Stephen Satchell and Satchell Evaluations.
  59.  
  60.    This program is provided "AS-IS" without any form of warranty that it
  61.    will do anything at all.  The program seems to work as described in this
  62.    document, but has NOT been subjected to extensive testing.
  63.  
  64.  
  65.                                  L.B. Neal
  66.                                  370 Altair Way #197
  67.                                  Sunnyvale, CA 94086
  68.  
  69.                                  PYSMATIC BBS
  70.                                  (415)969-4159
  71.                                  1200-9600 bps V.32/V.42 bis
  72.                                  Sunnyvale, CA
  73.                                  "Another fine FALCON System"
  74.  
  75.  
  76.